How to set root password for mysql

Posted by Prem on July 14th, 2009 filed in mysql, Tech topics

mysql root password can be set by using the mysqladmin tool.
mysqladmin -u root password NEWPASSWORD

Comments are closed.